(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <aros/rt.h>
void RT_IntInitB()
SYNOPSIS
void

FUNCTION
Begin initialization of resource tracking.

INPUTS
none
RESULT
none

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
18.06.1997 digulla
RT is now more fine grained. If you don't want to track windows and screens, you can get this now (and you don't need to declare IntuitionBase).
17.06.1997 digulla
Forgot prototype
16.06.1997 aros
FreeVec(NULL) is ok now
30.04.1997 aros
Optimized headers
18.04.1997 aros
Added checks for MsgPorts

The Window's UserPort is now tracked as Read-Only resource

Use Hash-Tables instead of (slow) lists.

Use the iet_RT field of the internal ETask structure. It's now possible (when I've added some more functions) to clean up after a task died.

17.04.1997 aros
Added support for read-only resources (eg. the UserPort of a window): The user is allowed to use it but he must not free it.

Added exec MsgPorts

NewWindow and NewScreen may be NULL

Added OpenWindowTags(), OpenScreenTags(), etc.

17.04.1997 aros
Track windows and screens, too

Sorted functions

Added comments

14.04.1997 aros
Extended RT: RT can now check resources (here: DOS Files). RT will track open files and check accesses to them.

RT can now check pointers in a very basic way (ie. check if they are NULL or not).

04.04.1997 ldp
Fixed makedepend warnings
03.04.1997 digulla
Added OpenLibrary() to RT
03.04.1997 digulla
Added AllocVec() to RT.

Bugfix: Get next node before Remove()ing it.

Reworked calls.

03.04.1997 digulla
RT works now (see demo)
27.03.1997 digulla
Removed AROS/compiler/aros/

Removed logs

Added comments

Replaced proto/aros.h by proto/arossupport.h and the like

Makefile is less noisy now, too

27.03.1997 ldp
libaros.a -> libarossupport.a